Hi,
Iām using EVENT API V2 as part of our integration with PAGER DUTY and our internal system that knows how to alert product issues. As part of the integration, I creating new events. If our internal system detects that the problem has been resolved, I would like to update the alert status to resolved. To do this, I want to use this API (as you call it - āUpdate an alertā):
https://api.pagerduty.com/incidents/{id}/alerts/{alert_id}
I managed to obtain the incident ID by āList incidents APIā as I filtered by the alert dedup key.
Now my question is such, do I have a way to get the alert id? I searched in your documents and found no way to get the alert id so I can update it to resolved.
Or do you have another way to update alert status to āResolvedā ?
Thanks!